I am having a markdown document and I am using rehype and remark to convert it into html.
The problem am facing is that, inside my markdown file, I am having some (\ns) which I want to be converted into
tags in HTML but I do not know how to do it.
Also, there is no plugin which solves this problem.